home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library / Microsoft Programmer's Library (CD-ROM Database)(125-099-008)(Version 1.1a)(CDRM 162100)(1989).iso / SAMPCODE / OS2SDK11 / TK4 / SNAP / SNAP.H < prev    next >
Text File  |  1989-02-20  |  590b  |  31 lines

  1. /*
  2.     Resource identifiers for SNAP resources
  3.     Created by Microsoft Corporation, 1989
  4. */
  5. #define IDR_ICON_SNAP   1
  6. #define IDR_PTR_SNAP    2
  7. #define IDR_PTR_HAND    3
  8. #define IDR_PTR_SELECT  4
  9.  
  10. #define IDS_SNAP    1
  11.  
  12. #define IDM_ABOUT   1
  13. #define IDM_NCAREA  3
  14. #define IDM_REGION  4
  15. #define IDM_WINDOW  5
  16. #define IDM_SNAP    6
  17. #define IDM_EXIT    7
  18. #define IDM_ACTIVE  8
  19. #define IDM_HIDE    9
  20. #define IDM_SAVE    10
  21.  
  22. #define IDD_INFO      1
  23. #define IDD_SAVEFILE  2
  24.  
  25. #define ID_FILEENTRY 10
  26.  
  27. typedef struct _DLGP {
  28.     SHORT   cch;
  29.     PSZ     psz;
  30. } DLGP;
  31.